﻿
interface KeyListener {
  public void handleKeyDown( Object source, char c );
  public void handleKeyUp( Object source, char c );
}
